@charset "utf-8";
.row .Productinfo {
  height: 45px;
  font-size: 15px;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
  font-weight: 400;
  font-style: normal;
  text-decoration-color: black;
  justify-content: flex-start;
}
.main-image img {
  max-width: 600px;
  margin-bottom: 20px;
}
.thumbnail-gallery img {
  border: 2px solid #EFF0F1;
  margin: 10px;
  cursor: pointer;
}
.thumbnail-gallery img.active {
  border: 2px solid #14F100;
}
.tab-2 .tab-pane .col-xl-12 {
  width: 990px;
}
.tab-content {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 969px;
}
.no-border-radius {
  border-radius: 0 !important;
}
.container-fluid1 {
  background-color: #EFF0F1;
}
.accordion .card-header {
  margin-bottom: 10px;
}
.accordion .btn-link {
  border-radius: 0px;
  background-color: #fff;
  border: none;
  padding: -1px 880px 24px 15px;
  text-decoration: none;
  color: #0000;
}
#Tabs {
  position: sticky;
  top: 96px;
  z-index: 1;
}
body {
  margin: 0;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
}
#Sidebar1 {
  display: none;
}

  .Sidebar {
	  position: fixed;
	  margin-left: 75%;
  }



.Sidebar .list-group-item {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 14px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.Sidebar .list-group-item:hover {
  color: #14f100;
}
.Sidebar .list-group-item a {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
}
.Sidebar .list-group-item a:hover {
  color: #14f100;
}
button.collapsed .toggle-icon:before {
  content: "+";
}
button:not(.collapsed) .toggle-icon:before {
  content: "-";
}
button .toggle-icon {
  font-size: 24px;
}
.accordion .card-header .btn-link {
  color: black;
  text-decoration: none;
}
.accordion .card-header .btn-link .toggle-icon {
  font-style: bold;
  font-size: 18px;
}
.accordion .card-header .btn-link:hover {
  color: black;
  font-weight: bold;
}
.h4 {
  font-size: 27px;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
}

@media (min-width: 1200px) {
    .xl-4 {
        width: 33.3333%;
        float: left; /* Optional if you want Bootstrap-like behavior */
    }
}

	.info_section {
  background: #fff;
  padding: 40px 0 10px;
  color: #1f2837;
  border-top: 3px solid #14f100;
}

.info_top {
  border-bottom: 2px solid #EFF1F0;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.info_top .row {
  align-items: center;
}

.footer-logo-section {
  /* background: #EFF1F0; */
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.footer-logo-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(20, 241, 0, 0.2);
}

.info_contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_contact a {
  color: #1f2837;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  background: rgba(20, 241, 0, 0.1);
  border-radius: 30px;
  border: 2px solid rgba(20, 241, 0, 0.3);
  transition: all 0.3s ease;
}

.info_contact a:hover {
  background: #14f100;
  color: #fff;
  border-color: #14f100;
  transform: translateX(5px);
}

.footer-phone-section {
  /* background: #EFF1F0; */
  padding: 15px 25px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.footer-phone-section i {
  color: #14f100;
  font-size: 24px;
}

.footer-phone-section h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.footer-phone-section a {
  color: #1f2837;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-phone-section a:hover {
  color: #14f100;
}

#footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 8px;
  /* background: #EFF1F0; */
  border-radius: 12px;
  margin-bottom: 30px;
}

#footer_nav div a {
  color: #1f2837;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

#footer_nav div a::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #14f100;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

#footer_nav div a:hover {
  color: #14f100;
  background: rgba(20, 241, 0, 0.1);
}

#footer_nav div a:hover::after {
  transform: scaleX(1);
}

.footer-mii-section {
  /* background: #EFF1F0; */
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.footer-social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* background: #EFF1F0; */
  border-radius: 12px;
}

.social_box {
  display: flex;
  gap: 15px;
  align-items: center;
}

.social_box a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #1f2837;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.social_box a:hover {
  background: #14f100;
  color: #fff;
  border-color: #14f100;
  transform: translateY(-5px) rotate(360deg);
  box-shadow: 0 4px 15px rgba(20, 241, 0, 0.4);
}

.footer-copyright {
  background: rgba(20, 241, 0, 0.1);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #1f2837;
  border: 1px solid rgba(20, 241, 0, 0.2);
  height: 75px;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


@media (max-width: 567px) {

  .info_section {
    padding: 25px 10px !important;
  }

  /* All columns stack properly with spacing */
  .info_section .row > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  /* Fix logo */
  .footer-logo-section img {
    width: 200px !important;
    margin: 0 auto !important;
    display: block !important;
  }

  /* Fix contact numbers box */
  .footer-phone-section {
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
    display: inline-block;
  }
  .footer-phone-section h5 {
    margin: 5px 0 !important;
  }

  /* Navigation list clean vertical */
  #footer_nav {
    display: flex;
    gap: 0px;
    text-align: center !important;
	  margin-top: 20px;
  }
  #footer_nav div a {
    font-size: 16px;
  }

  /* MII Logo fix */
  .footer-mii-section img {
    width: 140px !important;
    margin: 0 auto !important;
    display: block !important;
  }

  /* Social icons spacing */
  .social_box {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .social_box a {
    font-size: 22px;
  }

  /* Copyright */
  .footer-copyright {
    font-size: 14px;
    margin-top: 10px;
  }
}


/*--------------------------------Tab-Content Box---------------------------------------*/
.nav-tabs .nav-item {
  flex: 1;
  text-align: center;
  margin-right: 5px;
  width: 190px;
  height: 45px;
  column-gap: .6rem;
  gap: 5px;
}
/*------------------------------------For Text of Tab-Content-----------------------------*/
.nav-tabs .nav-link {
  border-radius: 0px;
  text-align: justify;
  background-color: #A5A8AF;
  color: white;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  padding: 10px 15px;
  justify-content: center;
  font-size: 15px;
}
.nav-tabs .nav-link:hover {
  background-color: #dedfe1;
  color: white;
}
.nav-tabs .nav-link.active {
  background-color: #dedfe1;
  color: white;
  box-shadow: inset 0 2px 0 0 #14F400;
}
.btn-link:active, .btn-link:focus {
  text-decoration: #253B4D;
  font-weight: bold;
}
.accordion .card-header .btn-link {
  color: black;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
  font-style: normal;
  height: 48px;
  width: 590px;
  border-top-color: #14f100;
}
.accordion .card-header .btn-link:hover {
  background-color: #dedfe1;
}
.icon {
  margin-right: 10px;
  font-weight: bold;
}
.accordion .card-header .btn-link.active .icon {
  content: "-";
}
.accordion .card-header .btn-link:not(.active) .icon {
  content: "+";
}
#tabs-2 {
  width: 1140px;
  background-color: white;
}
.tab-content .container {
  margin-bottom: .3rem;
  padding-left: .6rem;
  padding-right: .6rem;
  margin-top: -5px
}
.tabs-2 {
  margin-bottom: 20px;
}
#container1 {
  border-bottom: none;
  transition: border-bottom 0.3s ease, background-color 0.3s ease;
}
#collapse1.show ~ #container1 {
  border-bottom: 2px solid #14f100;
}
.no-gutters:nth-child(odd) {
  background-color: #F2F2F2;
}
.no-gutters:nth-child(even) {
  background-color: #fff;
}
.no-gutters {

  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  height: 45px;
}
.border_bottom {
  border-bottom: 2px solid #14f100;
}
.row.no-gutters .col-xl-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 21px;
  word-wrap: break-word;
}
.col-xl-4 {
  height: 45px;
  border-width: thin;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
  font-weight: 400;
  font-style: normal;
  display: flex;
  padding-right: 10px;
  text-decoration-color: #253B4D;
  font-size: 15px;
}
.tab-content > .active {
  display: block;
  margin-bottom: 20px;
  width: 96%;
  margin-left: 30px;
}
#Productvariant .col-xl-2 {
  height: 45px;
  border-width: thin;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
  font-weight: 400;
  font-style: normal;
  display: flex;
  padding-right: 10px;
  text-decoration-color: #253B4D;
  font-size: 15px;
  padding-top: 3px;
}
#Productvariant {
  width: 1024;
  margin-top: 2px;
  height: 45px;
  display: flex;
}
.table-responsive {
  margin-top: 20px;
}
table.table {
  width: 100%;
  border-collapse: collapse;
}
table.table th, table.table td {
  padding: 12px;
  text-align: left;
  vertical-align: middle;
}
table.table th {
  background-color: #f8f9fa;
  font-weight: bold;
}
table.table td {
  background-color: #ffffff;
}
table.table-bordered {
  border: 1px solid #ddd;
}
table.table-bordered th, table.table-bordered td {
  border: 1px solid #ddd;
}
table.table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
/* Hover effect */
table.table tbody tr:hover {
  background-color: #f1f1f1;
}
.col-xl-8 {
  font-size: 15px;
  font-family: "AktivGrotesk", "Arial", "sans-serif";
  font-weight: 400;
  font-style: normal;
  text-decoration-color: black;
  justify-content: flex-start;
}
#footer_nav a {
  color: #1f2837;
}
#footer_nav a:hover {
  color: #14f100;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table.table td, table.table th {
  padding: 8px;
}
table.table th {
  font-size: 14px;
}
table.table td {
  font-size: 12px;
  text-align: center;
}
.accordion .card-header {
  padding: 0;
}
.accordion .card-header h5 {
  margin: 0;
  font-size: 16px;
}
.accordion .card-header button {
  font-size: 16px;
  color: #007bff;
  text-align: left;
  width: 100%;
  padding: 10px;
  background-color: #f8f9fa;
  border: none;
}
.accordion .card-header button:hover {
  background-color: #e9ecef;
}
.accordion .card-header button:focus {
  outline: none;
}
.accordion .collapse.show {
  padding: 15px 0;
}
/*--------------------------------------------------------------mobile---------------------------------------------------------------------------------*/
@media (min-width:320px) and (max-width:576px) {
  body, html {
    width: 100%;
    overflow-x: hidden;
  }
  .tab-content {
    width: 100%;
  }
  .row.no-gutters {
    flex-wrap: nowrap;
  }
  .accordion .collapse {
    overflow-y: auto;
    width: 100%;
  }
  .accordion .collapse::-webkit-scrollbar {
    width: 1px;
  }
  .accordion .collapse::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 1px;
  }
  .accordion .collapse::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .no-gutters:nth-child(odd) {
    background-color: #F2F2F2;
  }
  .no-gutters:nth-child(even) {
    background-color: #fff;
  }
  .col-xl-4 {
    background-color: #F2F2F2;
    font-weight: bold;
    height: 45px;
    width: 200px;
  }
  #Tabs .container #Productvariant {
    width: auto;
    margin-left: -17px;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table.table th, table.table td {
    padding: 8px;
    font-size: 12px;
  }
  table.table td {
    font-size: 11px;
  }
  table.table thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
  }
  table.table td:first-child, table.table th:first-child {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    z-index: 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  }
  table.table th, table.table td {
    white-space: nowrap;
  }
  table.table th, table.table td {
    font-size: 12px;
  }
  table.table td:nth-child(n+2) {
    padding-left: 10px;
  }
  .table-responsive {
    overflow-x: scroll;
  }
  table.table th, table.table td {
    min-width: 120px;
  }
  .sticky-column {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 2;
  }
  .sticky-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 3;
  }
  .table-wrapper {
    padding: 10px;
  }
  .sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
  }
  .sticky-column {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
  }
  .table th, .table td {
    font-size: 12px;
    padding: 6px;
  }
  .accordion-button {
    font-size: 14px;
    padding: 8px;
  }
  .accordion-button {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border: none;
  }
  .accordion-button:focus {
    box-shadow: none;
  }
  .tab-content #tabs-1 #accordion1 {
    width: 100%;
    margin-left: -20px;
  }
  .tab-content #tabs-1 #accordion2 {
    width: 100%;
    margin-left: -20px;
  }
  .tab-content #tabs-1 #accordion3 {
    width: 100%;
    margin-left: -20px;
  }
	.tab-content #tabs-1 #accordion4 {
	 width: 100%;
    margin-left: -20px;	
}
.tab-content #tabs-1 #accordion5 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion6 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion7 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion8 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion9 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion10 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion11 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion12 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion13 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion14 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion15 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion16 {
	 width: 100%;
    margin-left: -20px;
}
	
.tab-content #tabs-1 #accordion18 {
	width: 100%;
	margin-left: -20px;
}
.tab-content #tabs-1 #accordion52 {
	width: 100%;
	margin-left: -20px;
}
.tab-content #tabs-1 #accordion17 {
	width: 100%;
	margin-left: -20px;
}
	
  #containerfooter #footerbottom .col-xl-6.bg-white.col-lg-7.col-md-11 {
    width: 100%;
  }
  #containerfooter #footerbottom .bg-white.col-xl-4.col-lg-5.offset-lg-0.col-md-6.offset-md-1 {
    width: 100%;
  }
  .accordion-body {
    background-color: #f9f9f9;
  }
  .col-xl-8 {
    background-color: #fff;
    padding-left: 25px;
    height: 45px;
  }
  .nav-tabs {
    display: block;
    width: 100%;
    padding-right: 20px;
  }
  .container-fluid1 .tab-content #tabs-1 {
    width: 80%;
  }
  #footer_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .nav-tabs .nav-item {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 15px;
  }
  #homebread {
    display: none;
  }
  #productbread {
    display: none;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
  }
  #breadcrobsnav {
    padding-top: 25px;
  }
  #largeImage {
    width: 100%;
  }
  #headingsidebar {
    margin-right: 70px;
  }
  #headingsidebar .col-xl-7.offset-xl-1 #headingtextdatasheet {
    font-size: 18px;
  }
/*
  .Sidebar {
    display: none;
  }
*/
	#headingsidebar{
		position: fixed;
		z-index: 10;
	}
	
	.mb-2{
		display: flex;
		flex-direction: column;
		height: 80px;
		margin-left: 10px
	}
	
	.Sidebar > .list-group:last-child .list-group-item:last-child{
		height: 85px;
	}
	
	#headingsidebar #headingtextdatasheet{
		display : none;
	}
	
	.Sidebar {
		width: 165px;
		margin-left: 50%;
	}
	
.Sidebar .card-header,
.Sidebar .list-group-item:nth-child(-n+2) {
  display: none;
}
	.sidebar{
	background-color: red;
	width: 230px;
	}
	
	
  #Sidebar1 {
    display: block;
    margin-right: 85px;
    width: 350px;
  }
  .Sidebar .list-group-item {
    height: 45px;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.3s ease;
  }
  .Sidebar .list-group-item:hover {
    color: #14f100;
  }
  .Sidebar .list-group-item a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .Sidebar .list-group-item a:hover {
    color: #14f100;
  }
  #Tabs {
    position: sticky;
    top: 130px;
    z-index: 1;
    background-color: white;
    width: 100%;
  }
  .no-gutters:nth-child(odd) {
    background-color: #fff;
    width: auto;
  }
  .no-gutters:nth-child(even) {
    background-color: #F2f2f2;
  }
  .no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .row.no-gutters .col-xl-2 {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  #containersidebar #Sidebar1 .card-header.bg-white.mb-3.border.border-top-0.border-right-0.border-left-0 {
    text-align: justify;
  }
  #headingsidebar .col-lg-4.position-fixed.offset-xl-9.col-xl-2 {
    display: none !important;
  }

}
/*-----------------------------------------------------------between mob and tab-----------------------------------------------------------------------*/
@media (min-width:576px) and (max-width:768px) {
  body, html {
    width: 100%;
    overflow-x: hidden;
  }
  .tab-content {
    width: 100%;
  }
  .header_section .header_top {
    padding: 18px
  }
  .row.no-gutters {
    flex-wrap: nowrap;
  }
  .accordion .collapse {
    overflow-y: auto;
    width: 100%;
  }
  .accordion .collapse::-webkit-scrollbar {
    width: 1px;
  }
  .accordion .collapse::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 1px;
  }
  .accordion .collapse::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .no-gutters:nth-child(odd) {
    background-color: #F2F2F2;
  }
  .no-gutters:nth-child(even) {
    background-color: #fff;
  }
  .col-xl-4 {
    background-color: #F2F2F2;
    font-weight: bold;
    height: 45px;
    width: 200px;
  }
  #Tabs .container #Productvariant {
    width: auto;
    margin-left: -17px;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table.table th, table.table td {
    padding: 8px;
    font-size: 12px;
  }
  table.table td {
    font-size: 11px;
  }
  table.table thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
  }
  table.table td:first-child, table.table th:first-child {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    z-index: 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  }
  table.table th, table.table td {
    white-space: nowrap;
  }
  table.table th, table.table td {
    font-size: 12px;
  }
  table.table td:nth-child(n+2) {
    padding-left: 10px;
  }
  .table-responsive {
    overflow-x: scroll;
  }
  table.table th, table.table td {
    min-width: 120px;
  }
  .sticky-column {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 2;
  }
  .sticky-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 3;
  }
  .table-wrapper {
    padding: 10px;
  }

  .sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
  }
  .sticky-column {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
  }
  .table th, .table td {
    font-size: 12px;
    padding: 6px;
  }
  .accordion-button {
    font-size: 14px;
    padding: 8px;
  }
  /* Accordion Styles */
  .accordion-button {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border: none;
  }
  .accordion-button:focus {
    box-shadow: none;
  }
  .tab-content #tabs-1 #accordion1 {
    width: 100%;
    margin-left: -20px;
  }
  .tab-content #tabs-1 #accordion2 {
    width: 100%;
    margin-left: -20px;
  }
  .tab-content #tabs-1 #accordion3 {
    width: 100%;
    margin-left: -20px;
  }
	.tab-content #tabs-1 #accordion4 {
	 width: 100%;
    margin-left: -20px;	
}
.tab-content #tabs-1 #accordion5 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion6 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion7 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion8 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion9 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion10 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion11 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion12 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion13 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion14 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion15 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion16 {
	 width: 100%;
    margin-left: -20px;
}
	.tab-content #tabs-1 #accordion18 {
	width: 100%;
	margin-left: -20px;
}
.tab-content #tabs-1 #accordion52 {
	width: 100%;
	margin-left: -20px;
}
.tab-content #tabs-1 #accordion17 {
	width: 100%;
	margin-left: -20px;
}
  #containerfooter #footerbottom .col-xl-6.bg-white.col-lg-7.col-md-11 {
    width: 100%;
  }
  #containerfooter #footerbottom .bg-white.col-xl-4.col-lg-5.offset-lg-0.col-md-6.offset-md-1 {
    width: 100%;
  }
  .accordion-body {
    background-color: #f9f9f9;
  }
  .col-xl-8 {
    background-color: #fff;
    padding-left: 25px;
    height: 45px;
  }
  .nav-tabs {
    display: block;
    width: 100%;
    padding-right: 20px;
  }
  .container-fluid1 .tab-content #tabs-1 {
    width: 80%;
  }
  #footer_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .nav-tabs .nav-item {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 15px;
  }
  #homebread {
    display: none;
  }
  #productbread {
    display: none;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
  }
  #breadcrobsnav {
    padding-top: 25px;
  }
  #largeImage {
    width: 100%;
  }
  #headingsidebar {
    margin-right: 70px;
  }
  #headingsidebar .col-xl-7.offset-xl-1 #headingtextdatasheet {
    font-size: 18px;
  }
/*
  .Sidebar {
    display: none;
  }
*/
	
	#headingsidebar{
		position: fixed;
		z-index: 10;
	}
	
	.mb-2{
		display: flex;
		flex-direction: column;
		height: 80px;
		margin-left: 10px
	}
	
	.Sidebar > .list-group:last-child .list-group-item:last-child{
		height: 85px;
	}
	
	#headingsidebar #headingtextdatasheet{
		display : none;
	}
	
	.Sidebar {
		width: 165px;
		margin-left: 59%;
	}
	
.Sidebar .card-header,
.Sidebar .list-group-item:nth-child(-n+2) {
  display: none;
}
/*
	.sidebar{
	background-color: red;
	width: 230px;
	}
	
*/
	
	
  #Sidebar1 {
    display: block;
    margin-right: 85px;
    width: 350px;
  }
  .Sidebar .list-group-item {
    height: 45px;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.3s ease;
  }
  .Sidebar .list-group-item:hover {
    color: #14f100;
  }
  .Sidebar .list-group-item a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .Sidebar .list-group-item a:hover {
    color: #14f100;
  }
  #Tabs {
    position: sticky;
    top: 130px;
    z-index: 1;
    background-color: white;
    width: 100%;
  }
  .no-gutters:nth-child(odd) {
    background-color: #fff;
    width: auto;
  }
  .no-gutters:nth-child(even) {
    background-color: #F2f2f2;
  }
  .no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .row.no-gutters .col-xl-2 {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  #containersidebar #Sidebar1 .card-header.bg-white.mb-3.border.border-top-0.border-right-0.border-left-0 {
    text-align: justify;
  }
}
/*--------------------------------------------------------------tablet-----------------------------------------------------------------------------*/
@media (min-width:768px) and (max-width:1024px) {
  body, html {
    width: 100%;
    overflow-x: hidden;
  }
  .tab-content {
    width: 100%;
  }
  .header_section .header_top {
    padding: 18px
  }
  .row.no-gutters {
    flex-wrap: nowrap;
  }
  .accordion .collapse {
    overflow-y: auto;
    width: 100%;
  }
  .accordion .collapse::-webkit-scrollbar {
    width: 1px;
  }
  .accordion .collapse::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 1px;
  }
  .accordion .collapse::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .no-gutters:nth-child(odd) {
    background-color: #F2F2F2;
  }
  .no-gutters:nth-child(even) {
    background-color: #fff;
  }
  .col-xl-4 {
    background-color: #F2F2F2;
    font-weight: bold;
    height: 45px;
    width: 200px;
  }
  #Tabs .container #Productvariant {
    width: auto;
    margin-left: -17px;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table.table th, table.table td {
    padding: 8px;
    font-size: 12px;
  }
  table.table td {
    font-size: 11px;
  }
  table.table thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
  }
  table.table td:first-child, table.table th:first-child {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    z-index: 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  }
  table.table th, table.table td {
    white-space: nowrap;
  }
  table.table th, table.table td {
    font-size: 12px;
  }
  table.table td:nth-child(n+2) {
    padding-left: 10px;
  }
  .table-responsive {
    overflow-x: scroll;
  }
  table.table th, table.table td {
    min-width: 120px;
  }
  .sticky-column {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 2;
  }
  .sticky-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 3;
  }
  .table-wrapper {
    padding: 10px;
  }
  .sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
  }
  .sticky-column {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
  }
  .table th, .table td {
    font-size: 12px;
    padding: 6px;
  }
  .accordion-button {
    font-size: 14px;
    padding: 8px;
  }
  .accordion-button {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border: none;
  }
  .accordion-button:focus {
    box-shadow: none;
  }
  .tab-content #tabs-1 #accordion1 {
    width: 100%;
    margin-left: -20px;
  }
  .tab-content #tabs-1 #accordion2 {
    width: 100%;
    margin-left: -20px;
  }
  .tab-content #tabs-1 #accordion3 {
    width: 100%;
    margin-left: -20px;
  }
	.tab-content #tabs-1 #accordion4 {
	 width: 100%;
    margin-left: -20px;	
}
.tab-content #tabs-1 #accordion5 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion6 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion7 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion8 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion9 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion10 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion11 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion12 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion13 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion14 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion15 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion16 {
	 width: 100%;
    margin-left: -20px;
}
	tab-content #tabs-1 #accordion18 {
	 width: 100%;
    margin-left: -20px;
}
  #containerfooter #footerbottom .col-xl-6.bg-white.col-lg-7.col-md-11 {
    width: 100%;
  }
  #containerfooter #footerbottom .bg-white.col-xl-4.col-lg-5.offset-lg-0.col-md-6.offset-md-1 {
    width: 100%;
  }
  .accordion-body {
    background-color: #f9f9f9;
  }
  .col-xl-8 {
    background-color: #fff;
    padding-left: 25px;
    height: 45px;
  }
  .nav-tabs {
    display: block;
    width: 100%;
    padding-right: 20px;
  }
  .container-fluid1 .tab-content #tabs-1 {
    width: 80%;
  }
  #footer_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .nav-tabs .nav-item {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 15px;
  }
  #homebread {
    display: none;
  }
  #productbread {
    display: none;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    margin-top: -80px;
  }
  #breadcrobsnav {
    padding-top: 25px;
    width: 100%;
  }
  #largeImage {
    width: 100%;
  }
  #headingsidebar {
    margin-right: 70px;
    width: 90%;
  }
  #headingsidebar .col-xl-7.offset-xl-1 #headingtextdatasheet {
    font-size: 18px;
    width: 90%;
  }
/*
  .Sidebar {
    display: none;
  }
*/
	
		#headingsidebar{
		position: fixed;
		z-index: 10;
	}
	
	.mb-2{
		display: flex;
		flex-direction: column;
		height: 80px;
		margin-left: 10px
	}
	
	.Sidebar > .list-group:last-child .list-group-item:last-child{
		height: 85px;
	}
	
	#headingsidebar #headingtextdatasheet{
		display : none;
	}
	
	.Sidebar {
		width: 165px;
		margin-left: 60%;
	}
	
.Sidebar .card-header,
.Sidebar .list-group-item:nth-child(-n+2) {
  display: none;
}
	.sidebar{
	background-color: red;
	width: 230px;
	}
	
  #Sidebar1 {
    display: block;
    margin-right: 85px;
    width: 350px;
  }
  .Sidebar .list-group-item {
    height: 45px;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.3s ease;
  }
  .Sidebar .list-group-item:hover {
    color: #14f100;
  }
  .Sidebar .list-group-item a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .Sidebar .list-group-item a:hover {
    color: #14f100;
  }
  #Tabs {
    position: sticky;
    top: 130px;
    z-index: 1;
    background-color: white;
    width: 100%;
  }
.tab-content #tabs-1 #accordion18 {
	width: 100%;
	margin-left: -20px;
}
.tab-content #tabs-1 #accordion52 {
	width: 100%;
	margin-left: -20px;
}
.tab-content #tabs-1 #accordion17 {
	width: 100%;
	margin-left: -20px;
}



}
/*------------------------------------------------------------Laptop-------------------------------------------------------------------------------*/
@media (min-width:1024px) and (max-width:1440px) {
  body, html {
    width: 100%;
    overflow-x: hidden;
  }
  .tab-content {
    width: 100%;
  }
  .header_section .header_top {
    padding: 18px
  }
  .row.no-gutters {
    flex-wrap: nowrap;
  }
  .accordion .collapse {
    overflow-y: auto;
    width: 100%;
  }
  .accordion .collapse::-webkit-scrollbar {
    width: 1px;
  }
  .accordion .collapse::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 1px;
  }
  .accordion .collapse::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  .no-gutters:nth-child(odd) {
    background-color: #F2F2F2;
  }
  .no-gutters:nth-child(even) {
    background-color: #fff;
  }
  .col-xl-4 {
    background-color: #F2F2F2;
    font-weight: bold;
    height: 45px;
    width: 200px;
  }
  #Tabs .container #Productvariant {
    width: auto;
    margin-left: -17px;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table.table th, table.table td {
    padding: 8px;
    font-size: 12px;
  }
  table.table td {
    font-size: 11px;
  }
  table.table thead {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f8f9fa;
  }
  table.table td:first-child, table.table th:first-child {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    z-index: 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  }
  table.table th, table.table td {
    white-space: nowrap;
  }
  table.table th, table.table td {
    font-size: 12px;
  }
  table.table td:nth-child(n+2) {
    padding-left: 10px;
  }
  .table-responsive {
    overflow-x: scroll;
  }
  table.table th, table.table td {
    min-width: 120px;
  }
  .sticky-column {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 2;
  }
  .sticky-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 3;
  }
  .table-wrapper {
    padding: 10px;
  }
  .sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
  }
  .sticky-column {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
  }
  .table th, .table td {
    font-size: 12px;
    padding: 6px;
  }
  .accordion-button {
    font-size: 14px;
    padding: 8px;
  }
  .accordion-button {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border: none;
  }
  .accordion-button:focus {
    box-shadow: none;
  }
  .tab-content #tabs-1 #accordion1 {
    width: 100%;
    margin-left: -5px;
  }
  .tab-content #tabs-1 #accordion2 {
    width: 100%;
    margin-left: -20px;
  }
  .tab-content #tabs-1 #accordion3 {
    width: 100%;
    margin-left: -20px;
  }
.tab-content #tabs-1 #accordion4 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion5 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion6 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion7 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion8 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion9 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion10 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion11 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion12 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion13 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion14 {
	 width: 100%;
    margin-left: -20px;
}
	
.tab-content #tabs-1 #accordion15 {
	 width: 100%;
    margin-left: -20px;
}
.tab-content #tabs-1 #accordion16 {
	 width: 100%;
    margin-left: -20px;
}
	.tab-content #tabs-1 #accordion18 {
	width: 100%;
	margin-left: -20px;
}
.tab-content #tabs-1 #accordion52 {
	width: 100%;
	margin-left: -20px;
}
.tab-content #tabs-1 #accordion17 {
	width: 100%;
	margin-left: -20px;
}
#breadcrobsnav nav .breadcrumb.offset-xl-0.col-xl-12.pb-3 {
}

  #containerfooter #footerbottom .col-xl-6.bg-white.col-lg-7.col-md-11 {
    width: 100%;
  }
  #containerfooter #footerbottom .bg-white.col-xl-4.col-lg-5.offset-lg-0.col-md-6.offset-md-1 {
    width: 100%;
  }
  .accordion-body {
    background-color: #f9f9f9;
  }
  .col-xl-8 {
    background-color: #fff;
    padding-left: 25px;
    height: 45px;
  }
  .nav-tabs {
    display: block;
    width: 100%;
    padding-right: 20px;
  }
  .container-fluid1 .tab-content #tabs-1 {
    width: 80%;
  }
  #footer_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .nav-tabs .nav-item {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 15px;
  }
  #homebread {
    display: none;
  }
  #productbread {
    display: none;
  }
  .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    margin-top: -80px;
  }
  #breadcrobsnav {
    padding-top: 25px;
  }
  #largeImage {
    width: 100%;
  }
  #headingsidebar {
    margin-right: 70px;
  }
  #headingsidebar .col-xl-7.offset-xl-1 #headingtextdatasheet {
    font-size: 18px;
  }
/*
  .Sidebar {
    display: none;
  }
*/
	
	
			#headingsidebar{
		position: fixed;
		z-index: 10;
	}
	
	.mb-2{
		display: flex;
		flex-direction: column;
		height: 80px;
		margin-left: 10px
	}
	
	.Sidebar > .list-group:last-child .list-group-item:last-child{
		height: 85px;
	}
	
	#headingsidebar #headingtextdatasheet{
		display : none;
	}
	
	.Sidebar {
		width: 165px;
		margin-left: 76%;
	}
	
.Sidebar .card-header,
.Sidebar .list-group-item:nth-child(-n+2) {
  display: none;
}
	.sidebar{
	background-color: red;
	width: 230px;
	}
	
  #Sidebar1 {
    display: block;
    margin-right: 85px;
    width: 350px;
  }
  .Sidebar .list-group-item {
    height: 45px;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    background-color: #fff;
    transition: background-color 0.3s ease;
  }
  .Sidebar .list-group-item:hover {
    color: #14f100;
  }
  .Sidebar .list-group-item a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .Sidebar .list-group-item a:hover {
    color: #14f100;
  }
  #Tabs {
    position: sticky;
    top: 130px;
    z-index: 1;
    background-color: white;
    width: 100%;
  }
  .no-gutters:nth-child(odd) {
    background-color: #fff;
    width: auto;
  }
  .no-gutters:nth-child(even) {
    background-color: #F2f2f2;
  }
  .no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .row.no-gutters .col-xl-2 {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  #containersidebar #Sidebar1 .card-header.bg-white.mb-3.border.border-top-0.border-right-0.border-left-0 {
    text-align: justify;
  }
#breadcrobsnav nav .breadcrumb.offset-xl-0.col-xl-12.pb-3 {
}

}

.search-results-panel{
	position: relative;
}

#searchResults {
  position: absolute;
  top: 85px;
  left: 27%;
  z-index: 999;
  background: #eff1f0; 
  color: white;
  padding: 10px;
  width: 50%;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
display: none;
}
